gtkmain: Rename event_widget to target_widget in do_event
authorTimm Bäder <mail@baedert.org>
Tue, 29 Jan 2019 04:33:38 +0000 (05:33 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 4 Feb 2019 16:05:30 +0000 (17:05 +0100)
commit43234eec42082d2ffc60b94ee3d852f27db2508d
tree8681a075f9c44d90e8d4b746e08da56c73734f4d
parent3d1fd5169cd87ccf0be04d1549049998799c2ba2
gtkmain: Rename event_widget to target_widget in do_event

The event_widget is the widget that the surface belongs to which got
this event. The target widget is the one that will receive the event.
The previous terminology was confusing.
gtk/gtkmain.c